projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5624c6b
)
leds: missing include
author
Jeroen Hofstee
<
[email protected]
>
Wed, 8 Oct 2014 20:57:53 +0000
(22:57 +0200)
committer
Tom Rini
<
[email protected]
>
Sat, 25 Oct 2014 19:27:35 +0000
(15:27 -0400)
Signed-off-by: Jeroen Hofstee <
[email protected]
>
arch/arm/cpu/arm926ejs/at91/led.c
patch
|
blob
|
history
arch/arm/lib/board.c
patch
|
blob
|
history
board/atmel/at91rm9200ek/led.c
patch
|
blob
|
history
board/atmel/at91sam9260ek/led.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/arm926ejs/at91/led.c
b/arch/arm/cpu/arm926ejs/at91/led.c
index 46ed055023978aee455ccfdb74155c31705ebb41..b8d5c785df4d36557168e3f178738fdc9f717006 100644
(file)
--- a/
arch/arm/cpu/arm926ejs/at91/led.c
+++ b/
arch/arm/cpu/arm926ejs/at91/led.c
@@
-9,6
+9,7
@@
#include <common.h>
#include <asm/gpio.h>
#include <asm/arch/gpio.h>
+#include <status_led.h>
#ifdef CONFIG_RED_LED
void red_led_on(void)
diff --git
a/arch/arm/lib/board.c
b/arch/arm/lib/board.c
index 98782ca56289eab505af6f14d8af00e61cc3c4c4..f6062557e6677fe0636520f9d7f76a9eedfc8d50 100644
(file)
--- a/
arch/arm/lib/board.c
+++ b/
arch/arm/lib/board.c
@@
-34,6
+34,7
@@
#include <onenand_uboot.h>
#include <mmc.h>
#include <scsi.h>
+#include <status_led.h>
#include <libfdt.h>
#include <fdtdec.h>
#include <post.h>
diff --git
a/board/atmel/at91rm9200ek/led.c
b/board/atmel/at91rm9200ek/led.c
index 2298e3619c4ee0d4e2ff9b9aebc4ed7f785ecac5..6761b141fb82fd42a51f5e47896d1b9bfaed1b7d 100644
(file)
--- a/
board/atmel/at91rm9200ek/led.c
+++ b/
board/atmel/at91rm9200ek/led.c
@@
-14,6
+14,7
@@
#include <asm/arch/hardware.h>
#include <asm/arch/at91_pmc.h>
#include <asm/arch/at91_pio.h>
+#include <status_led.h>
/* bit mask in PIO port B */
#define GREEN_LED (1<<0)
diff --git
a/board/atmel/at91sam9260ek/led.c
b/board/atmel/at91sam9260ek/led.c
index 56d811ca42566e8e3409c461c6dffd7ed3a568bb..fbe15afd281b34d59317d3c40d40f35299253df7 100644
(file)
--- a/
board/atmel/at91sam9260ek/led.c
+++ b/
board/atmel/at91sam9260ek/led.c
@@
-9,6
+9,7
@@
#include <common.h>
#include <asm/io.h>
#include <asm/arch/gpio.h>
+#include <status_led.h>
void coloured_LED_init(void)
{